[INFO] fetching crate facet-json-read 0.1.14...
[INFO] fixing facet-json-read-0.1.14 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate facet-json-read 0.1.14 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate facet-json-read 0.1.14
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate facet-json-read 0.1.14
[INFO] tweaked toml for crates.io crate facet-json-read 0.1.14 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate facet-json-read 0.1.14 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate facet-json-read 0.1.14 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded facet-core v0.5.0
[INFO] [stderr]   Downloaded facet-peek v0.2.14
[INFO] [stderr]   Downloaded facet-poke v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 613ea4534d0c35e934ea04e164429064886aeab6008e62038e06b4bb317447bc
[INFO] running `Command { std: "docker" "start" "613ea4534d0c35e934ea04e164429064886aeab6008e62038e06b4bb317447bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "613ea4534d0c35e934ea04e164429064886aeab6008e62038e06b4bb317447bc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "613ea4534d0c35e934ea04e164429064886aeab6008e62038e06b4bb317447bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "613ea4534d0c35e934ea04e164429064886aeab6008e62038e06b4bb317447bc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking impls v1.0.3
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking facet-core v0.5.0
[INFO] [stderr]     Checking facet-peek v0.2.14
[INFO] [stderr]     Checking facet-poke v0.6.0
[INFO] [stderr]     Checking facet-json-read v0.1.14 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `facet_derive`
[INFO] [stdout]  --> tests/json-read.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet_derive::Facet;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_derive`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use facet_derive::Facet;
[INFO] [stdout] 3 + use facet_core::Facet;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ctor` in this scope
[INFO] [stdout]  --> tests/json-read.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[ctor::ctor]
[INFO] [stdout]   |   ^^^^ use of unresolved module or unlinked crate `ctor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `env_logger` in this scope
[INFO] [stdout]   --> tests/json-read.rs:14:35
[INFO] [stdout]    |
[INFO] [stdout] 14 |     env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("trace"))
[INFO] [stdout]    |                                   ^^^^^^^^^^ use of unresolved module or unlinked crate `env_logger`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `env_logger`, use `cargo add env_logger` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `env_logger` in this scope
[INFO] [stdout]   --> tests/json-read.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("trace"))
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `env_logger`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `env_logger`, use `cargo add env_logger` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread::Builder;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 14 -     env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("trace"))
[INFO] [stdout] 14 +     Builder::from_env(env_logger::Env::default().default_filter_or("trace"))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `facet_core as facet`
[INFO] [stdout]  --> tests/json-read.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use facet_core as facet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `color_backtrace` in this scope
[INFO] [stdout]   --> tests/json-read.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     color_backtrace::install();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `color_backtrace`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `color_backtrace`, use `cargo add color_backtrace` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `json_read_simple_struct::TestStruct: Facet` is not satisfied
[INFO] [stdout]   --> tests/json-read.rs:30:31
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let s: TestStruct = match from_str(json) {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Facet` is not implemented for `json_read_simple_struct::TestStruct`
[INFO] [stdout]   --> tests/json-read.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     struct TestStruct {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `Facet`:
[INFO] [stdout]              &[T]
[INFO] [stdout]              &str
[INFO] [stdout]              ()
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]              (T0, T1, T2, T3, T4)
[INFO] [stdout]              (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]            and 47 others
[INFO] [stdout] note: required by a bound in `facet_json_read::from_str`
[INFO] [stdout]   --> src/deserialize.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn from_str<T: Facet>(json: &str) -> Result<T, JsonParseErrorWithContext<'_>> {
[INFO] [stdout]    |                    ^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `json_read_empty_struct::TestStruct: Facet` is not satisfied
[INFO] [stdout]   --> tests/json-read.rs:44:31
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let _: TestStruct = match from_str(json) {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Facet` is not implemented for `json_read_empty_struct::TestStruct`
[INFO] [stdout]   --> tests/json-read.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     struct TestStruct {}
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `Facet`:
[INFO] [stdout]              &[T]
[INFO] [stdout]              &str
[INFO] [stdout]              ()
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]              (T0, T1, T2, T3, T4)
[INFO] [stdout]              (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]            and 47 others
[INFO] [stdout] note: required by a bound in `facet_json_read::from_str`
[INFO] [stdout]   --> src/deserialize.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn from_str<T: Facet>(json: &str) -> Result<T, JsonParseErrorWithContext<'_>> {
[INFO] [stdout]    |                    ^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Foo: Facet` is not satisfied
[INFO] [stdout]   --> tests/json-read.rs:57:24
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let s: Foo = match from_str(json) {
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Facet` is not implemented for `Foo`
[INFO] [stdout]   --> tests/json-read.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     struct Foo {
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `Facet`:
[INFO] [stdout]              &[T]
[INFO] [stdout]              &str
[INFO] [stdout]              ()
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]              (T0, T1, T2, T3, T4)
[INFO] [stdout]              (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]            and 47 others
[INFO] [stdout] note: required by a bound in `facet_json_read::from_str`
[INFO] [stdout]   --> src/deserialize.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn from_str<T: Facet>(json: &str) -> Result<T, JsonParseErrorWithContext<'_>> {
[INFO] [stdout]    |                    ^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TestStructWithMoreTypes: Facet` is not satisfied
[INFO] [stdout]    --> tests/json-read.rs:128:54
[INFO] [stdout]     |
[INFO] [stdout] 128 |     let test_struct: TestStructWithMoreTypes = match from_str(json) {
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Facet` is not implemented for `TestStructWithMoreTypes`
[INFO] [stdout]    --> tests/json-read.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     struct TestStructWithMoreTypes {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Facet`:
[INFO] [stdout]               &[T]
[INFO] [stdout]               &str
[INFO] [stdout]               ()
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 47 others
[INFO] [stdout] note: required by a bound in `facet_json_read::from_str`
[INFO] [stdout]    --> src/deserialize.rs:32:20
[INFO] [stdout]     |
[INFO] [stdout]  32 | pub fn from_str<T: Facet>(json: &str) -> Result<T, JsonParseErrorWithContext<'_>> {
[INFO] [stdout]     |                    ^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OuterStruct: Facet` is not satisfied
[INFO] [stdout]    --> tests/json-read.rs:165:42
[INFO] [stdout]     |
[INFO] [stdout] 165 |     let test_struct: OuterStruct = match from_str(json) {
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Facet` is not implemented for `OuterStruct`
[INFO] [stdout]    --> tests/json-read.rs:153:5
[INFO] [stdout]     |
[INFO] [stdout] 153 |     struct OuterStruct {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Facet`:
[INFO] [stdout]               &[T]
[INFO] [stdout]               &str
[INFO] [stdout]               ()
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 47 others
[INFO] [stdout] note: required by a bound in `facet_json_read::from_str`
[INFO] [stdout]    --> src/deserialize.rs:32:20
[INFO] [stdout]     |
[INFO] [stdout]  32 | pub fn from_str<T: Facet>(json: &str) -> Result<T, JsonParseErrorWithContext<'_>> {
[INFO] [stdout]     |                    ^^^^^ required by this bound in `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `facet-json-read` (test "json-read") due to 10 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "613ea4534d0c35e934ea04e164429064886aeab6008e62038e06b4bb317447bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "613ea4534d0c35e934ea04e164429064886aeab6008e62038e06b4bb317447bc", kill_on_drop: false }`
[INFO] [stdout] 613ea4534d0c35e934ea04e164429064886aeab6008e62038e06b4bb317447bc
